Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eaphammer: Fix Python3 env issue in Kali Linux 2020.4 amd64 #165

Merged
merged 7 commits into from
Sep 12, 2023

Conversation

DroidKali
Copy link
Contributor

@DroidKali DroidKali commented Dec 19, 2020

eaphammer: Fix Pyhton3 env issue (#163 ) in Kali Linux 2020.4 amd64

Signed-off-by: DroidKali <1626057480@qq.com>
@DroidKali
Copy link
Contributor Author

DroidKali commented Dec 20, 2020

In Kali-Linux 2020.4 with Python 3.9 installed, users will get error in setup.

The way to solve it is change the eaphammer script line 1 to #!/usr/bin/env python3(or #!/usr/bin/env python3.9) rather than python3.8.

@ccelikanil
Copy link

In Kali-Linux 2020.4 with Python 3.9 installed, users will get error in setup.

The way to solve it is change the eaphammer script line 1 to #!/usr/bin/env python3(or #!/usr/bin/env python3.9) rather than python3.8.

worked for me, thanks!

@s0lst1c3 s0lst1c3 changed the base branch from master to devel-1.14.0 September 12, 2023 23:33
@s0lst1c3 s0lst1c3 merged commit 358f82a into s0lst1c3:devel-1.14.0 Sep 12, 2023
@s0lst1c3
Copy link
Owner

Thank you ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants